課程資訊
課程名稱
計算機程式設計
Introduction to Computer Programming 
開課學期
102-1 
授課對象
資訊工程學系  
授課教師
王傑智 
課號
CSIE1210 
課程識別碼
902 48000 
班次
02 
學分
全/半年
半年 
必/選修
必帶 
上課時間
星期一2,3,4(9:10~12:10) 
上課地點
 
備註
上課教室:資R204(電腦教室)
限學號雙號 且 限本系所學生(含輔系、雙修生)
總人數上限:80人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1021c 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

This course will teach a disciplined approach to solving problems and to applying widely accepted software engineering methods to design problem solutions as cohesive, readable, reusable modules. 

課程目標
We will cover basic operations about computer, then move on to how to write computer program in a language called C. This course assumes no prior knowledge of computers or programming. The topics that will be discussed include:

Overview of Computers and
Programming
Overview of C
Top-Down Design with Functions
Selection Structure: if and
switch Statements
Repetition and Loop Statements
Modular Programming
Simple Data Types
Arrays
Strings
Recursion
Structure and Union Types
Text and Binary File Processing
Programming in the Large
Dynamic Data Structure 
課程要求
 
預期每週課後學習時數
 
Office Hours
每週一 12:10~14:00 
指定閱讀
 
參考書目
C How to Program by Deitel & Deitel, 6th Ed., Prentice Hall , 2010.
 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
Week 1
9/09  Course and C programming Introduction  
Week 2
9/16  JudgeGirl System Introduction, 運算  
Week 3
9/23  判斷 
Week 4
9/30  迴圈 
Week 5
10/07  陣列  
Week 6
10/14  浮點數, 函式  
Week 7
10/21  指標 
Week 8
10/28  字元 and 字串 
Week 9
11/04  Midterm Exam  
Week 10
11/11  字串 and 位元運算 
Week 11
11/18  遞迴 
Week 12
11/25  結構 (12:40) 
Week 13
12/02  Bob is attending a conference. No class. 
Week 14
12/09  宣告修飾 與 檔案處理 (12:40) 
Week 15
12/16  檔案處理 與 資料結構 (12:40) 
Week 16
12/23  資料結構 (12:40) 
Week 17
12/30  物件, 前置處理 (12:40) 
Week 18
1/06  Final Exam